

.site-container {
    max-width: 1000px;
    margin: auto;
    display: block;
    padding: 0 15px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 10px
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ol, ul {
    margin-bottom: 15px;
    display: flow-root;
}



.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #1aa3ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #1aa3ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
}
.default-button:focus,
.default-button:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}




/*error page*/

.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #71bd37;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}


body {
/*    background-color: #FFD9F2;*/
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

h1 {
    text-align: center;
    margin: 30px 0;
    color: #1aa3ff;
}

header {
    display: inline-block;
    width: 100%;
    text-align: center;
}
header .logo img {
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
}

form.application-form {
    background: #fff;
    color: #000;
    display: block;
    max-width: 1000px;
    padding: 25px;
    margin: auto;
    margin-bottom: 50px;
}
form.application-form .form-group {
    margin-bottom: 20px;
}
form.application-form label {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
}
form.application-form label.error {
    color: red;
}
form.application-form input {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 10px;
}
form.application-form input[type=date] {
    line-height: 1.5;
}
form.application-form select {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 10px;
}
form.application-form textarea {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 10px;
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
}
form.application-form input[type="file"] {
    border: 1px solid #ccc;
    font-size: 14px;
}
form.application-form p {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
}

form.application-form .checkboxes {
    display: inline-block;
    width: 100%;
}
form.application-form .checkboxes .checkbox {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
}
form.application-form .checkboxes {}
form.application-form .checkboxes {}





























